home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / object_name < prev    next >
Text File  |  2001-04-23  |  424b  |  16 lines

  1. OBSOLETE
  2. SYNOPSIS
  3.         string object_name(object ob)
  4.  
  5. DESCRIPTION
  6.         Return a printable name for an object. This function is called
  7.         by sprintf() to print a meaningful name in addition to the
  8.         normal object_name().
  9.  
  10. HISTORY
  11.         Renamed in LDMud 3.2.6 from printf_obj_name() due to the introduction
  12.         of an efun with this name.
  13.  
  14. SEE ALSO
  15.         sprintf(E), printf_obj_name(M), object_name(E)
  16.